@charset "utf-8";
/*清除浮动*/
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* 通用样式 start */
/* 超出一行显示省略号 */
.oneEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 超出两行显示省略号 */
.twoEllipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 超出三行显示省略号 */
.threeEllipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* 通用样式 end */
.audio-tips {
  position: absolute;
  top: 0;
  left: 2.4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: .28rem;
  color: #005acf;
}
.audio-cartoon {
  width: 1.1rem;
  height: 1.1rem;
}
.audio-icon {
  display: flex;
  width: 1.1rem;
  height: 1.1rem;
  background: url('/pc/images/volume.svg') no-repeat center center;
  background-size: 0.28rem 0.28rem;
}
/* 动画针 */
@keyframes toLeftMove {
  0% {
    left: 0;
  }
  80% {
    left: -4.8rem;
  }
  100% {
    left: -4.6rem;
  }
}
@keyframes toRightMove {
  0% {
    left: -4.6rem;
  }
  80% {
    left: 0.1rem;
  }
  100% {
    left: 0;
  }
}

/* 音频控件 start */
.audio-box {
  padding: 0;
  width: 5rem;
  height: 0.8rem;
  background-image: linear-gradient(to right, #005acf, #74a8ff);
  display: none;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 1.4rem;
  z-index: 999;
  border-radius: 0 0.1rem 0.1rem 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  animation: toRightMove 1s;
}

.audio-pos {
  left: -4.6rem;
  animation: toLeftMove 1s;
}

.caption-reveal {
  padding: 0 0.16rem;
  width: 3rem;
  flex: 1;
}

.audio-title {
  font-size: 0.14rem;
  color: #fff;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.audio-title span {
  padding-right: 0.26rem;
}

.audio-time {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #ddd;
}

.current {
  color: #fff;
}

.audio-btn {
  display: flex;
}

.play-suspend,
.show-off {
  margin: 0.1rem 0 0 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url('/pc/images/play.svg') no-repeat center center;
  background-size: 0.3rem 0.3rem;
}

.show-off {
  background-image: url('/pc/images/close.svg');
  background-size: 0.4rem 0.4rem;
}

.play-suspend.pause {
  background-image: url('/pc/images/pause.svg');
}

.audio-open {
  display: none;
  width: 0.4rem;
  height: 0.8rem;
  background: url('/pc/images/unpack.svg') no-repeat center center;
  background-size: 0.28rem 0.38rem;
}
/* 音频控件 end */

/* 动画 start */
.canvas {
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
  top: 0.31rem;
  left: 0.31rem;
  overflow: hidden;
  display: none;
}

.strip {
  width: 0.08rem;
  height: 0.48rem;
  background-color: #005acf;
  position: absolute;
  bottom: 0;
  left: 0.04rem;
}

.strip2 {
  left: 0.2rem;
}

.strip3 {
  left: 0.36rem;
}
/* 动画 end */
